feat: add 6 business and communications skills (cfo, vc, board, media, comms, pr-comms)#107
Open
HMAKT99 wants to merge 2 commits intogarrytan:mainfrom
Open
feat: add 6 business and communications skills (cfo, vc, board, media, comms, pr-comms)#107HMAKT99 wants to merge 2 commits intogarrytan:mainfrom
HMAKT99 wants to merge 2 commits intogarrytan:mainfrom
Conversation
24768f6 to
cb4b866
Compare
Makes every gstack skill work as a Claude Code Agent Team teammate: 1. Preamble: _IS_TEAMMATE detection, communication protocol, task claiming 2. /team skill: 7 pre-built team configurations (ship, review, launch, incident, diligence, audit, custom) 3. team/TEAMS.md: coordination reference with dependency graph and message formats 4. CLAUDE.md: Agent Teams documentation section Requires: CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 (user opts in)
Tier 3 evals (~$0.14/run) using Claude Sonnet as judge: - cfo: financial analysis methodology quality - vc: due diligence methodology quality - board: board briefing methodology quality - media: media narrative methodology quality - comms: internal communications methodology quality - pr-comms: public relations methodology quality - Cross-check: media/comms/pr-comms complementarity (no overlap) Run: EVALS=1 bun test test/new-skills-llm-eval.test.ts Requires: ANTHROPIC_API_KEY
cb4b866 to
52c8376
Compare
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The problem
gstack makes engineering teams ship faster — but the rest of the company is still flying blind. Product launches happen without aligned messaging. Board meetings get ad-hoc tech updates. Nobody knows what the infrastructure actually costs. When it's time for a fundraise, technical due diligence is a scramble.
What this adds
Six skills that extend gstack from "engineering OS" to "company OS" — each with a distinct executive or communications persona:
/cfo— "What does our technology actually cost?"Maps every infrastructure service to its cost driver. Models scaling projections at 10x and 100x. Quantifies technical debt as a balance sheet (principal + monthly interest in engineering hours). Produces build-vs-buy scorecards. Computes engineering ROI from git history. Answers the question boards always ask: "What's our cost per user, and does it go down at scale?"
/vc— "Would you invest in this technology?"Technical due diligence from a partner who was an engineer before crossing to the dark side. Moat analysis across 5 dimensions (data, network effects, switching costs, technical complexity, integration depth). Team velocity scorecard from commit history. Architecture scalability assessment. Produces an investment thesis: "I'd write the check because..." or "I'd pass because..."
/board— "Give me the 2-page tech brief for the board meeting"Single-page KPI dashboard with 4 quadrants (velocity, quality, team, risk). Strategic alignment assessment: are we building the right things, building them right, building fast enough? Technology bets evaluation. Governance checklist. Produces a board-ready brief that a non-technical director can read in 5 minutes.
/media— "What's the story?"Mines the codebase and git history for newsworthy angles. Crafts launch narratives (headline, lede, proof, vision). Produces press releases, blog post drafts, tweet threads. Incident communication templates (acknowledge, timeline, root cause, remediation). Competitive positioning briefs. Every claim is verified against the actual code.
/comms— "Keep the company aligned"Internal communications for engineering teams that ship faster than the rest of the org can track. Weekly engineering updates (what shipped, what's blocked, what's next). Incident communications (3-tier: immediate, resolution, post-mortem). RFC summaries for non-technical stakeholders. All-hands prep with slide outlines and speaker notes. Change management templates. New engineer onboarding materials generated from the codebase.
/pr-comms— "Control the narrative"External PR strategy. Press release drafting (standard format, not corporate fluff). Crisis communication plans with hour-by-hour playbooks. Social media content strategy (Twitter threads, LinkedIn posts, HN titles). Thought leadership content from engineering insights. Media targeting with tiered pitch templates. The rule: every claim must be defensible from the codebase.
How they work
Same gstack pattern — persona, methodology, structured output:
All 6 skills are read-only — analysis only, never modify code.
Why this matters for gstack
Garry built gstack for teams shipping 10K LOC/day. Those teams don't just write code — they fundraise, do board meetings, handle incidents, launch products, and communicate across the org. These skills bring gstack's opinionated, high-rigor approach to the rest of the company's needs.
Integration
.tmpl→SKILL.mdpipelinegen-skill-docs.ts,skill-check.ts, and test filesTest plan
bun test— 129 pass, 0 fail (803 assertions)bun run gen:skill-docs --dry-run— all FRESHEVALS=1 bun test test/new-skills-llm-eval.test.ts— LLM quality evals (~$0.14/run)